Delete a Signature Creation Process

Alias

SignatureDeletion

Description

Deletes a signature process created to generate a signature with a mobile device.

Request

DELETE /trustedx-resources/esigp/v1/signatures/{signature_id}

Parameters

Name

Type

Usage

Description

signature_id

path

Required

Identifier of the signature creation process to be deleted.

Authorization

The request must contain a bearer access token generated by a trusted authorization server of the service requested to delete the signature process and that is associated to the domain of the signing identity used for performing the process. This token must have a scope that includes the urn:safelayer:eidas:sign:identity:use:device value and must be used as explained in RFC 6750. Basically, the token must be included in an HTTP Authorization header as follows:

Authorization: Bearer <token>

The access token must be obtained via an authorization code grant OAuth 2.0 flow.

Response

Status-Line

If the signature creation process is deleted successfully, the HTTP response will contain the following Status-Line (see HTTP Response Status for all the possible cases).

HTTP/1.1 200 OK

Content-Type Header

Content-Type: application/json;charset=UTF-8

Body

JSON representation of the deleted signature creation process.